home *** CD-ROM | disk | FTP | other *** search
- Underworld Nonplaying Character Utility V1.0
- copyright 1995 by Black Dragon Games (tm)
- For use with Underworld, a shareware door game
- ==============================================
-
- An NPC character record looks like this:
-
- name - name and profession
- say - what they might say to player
- wear - wearing 0 = clothing
- hitpts - hit points 0 = dead
- attack - number of attacks @ round
- damage - Max damage done by attack
- to_hit - ability to hit player
- cash - money the fight is worth
- score - add points to players score
-
- Usage : MAKENPC nnn (nnn = level 001 to 020)
- Example : MAKENPC 001
-
- This example will directly effect the file named NPCFILE.001.
-
- There are no limits on how many NPC's can go into 1 level. If you have
- the default records it should be this:
-
- NPCFILE.001 and NPCFILE.002 will have 20 characters each 10,420 bytes.
- NPCFILE.003 to NPCFILE.020 will have 10 characters each 5,210 bytes.
-